![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@taquito/michelson-encoder
Advanced tools
Our current smart contract abstraction feature is currently in preview. It's API is not final, and it may not cover every use case (yet). We will greatly appreciate any feedback on this feature.
@taquito/michelson-encoder
provides a JavaScript abstraction based on a Tezos Smart contracts code, parameters and storage.
See the top-level project https://github.com/ecadlabs/taquito for details on reporting issues, contributing and versioning.
Given the following michelson smart contract data, retrieved from a Tezos Nodes RPC:
{
"storage": {
"prim": "Pair",
"args": [
[],
{
"prim": "Pair",
"args": [
{ "int": "1" },
{
"prim": "Pair",
"args": [
{ "int": "1000" },
{
"prim": "Pair",
"args": [
{ "string": "Token B" },
{
"prim": "Pair",
"args": [
{ "string": "B" },
{ "string": "tz1ccqAEwfPgeoipnXtjAv1iucrpQv3DFmmS" }
]
}
]
}
]
}
]
}
]
}
}
@taquito/michelson-encoder
will generate an abstraction in the form of a plain old javascript object:
{
accounts: {},
version: '1',
totalSupply: '1000',
name: 'Token B',
symbol: 'B',
owner: 'tz1ccqAEwfPgeoipnXtjAv1iucrpQv3DFmmS'
}
TypeDoc style documentation is available on-line here
THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
FAQs
converts michelson data and types into convenient JS/TS objects
The npm package @taquito/michelson-encoder receives a total of 19,271 weekly downloads. As such, @taquito/michelson-encoder popularity was classified as popular.
We found that @taquito/michelson-encoder demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 6 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.